バージョン

Product(Int32[],Int32[]) メソッド

現在の GF フィールド内の係数配列の乗算処理。
シンタックス
'宣言
 
Public Overloads Function Product( _
   ByVal aCoefficients() As Integer, _
   ByVal bCoefficients() As Integer _
) As Integer()
public int[] Product( 
   int[] aCoefficients,
   int[] bCoefficients
)

パラメータ

aCoefficients
係数。
bCoefficients
b 係数
参照